An author's document should start out as follows.
\documentstyle[svma,draft]{report} \begin{document} \chapter{Title of your Chapter} \chapterauthors{Your Name\footnote{Your institution}\\ Another Author's Name\footnote{Their institution}} \begin{abstract} The abstract... \end{abstract}
and should end with
\end{document}
All these are standard LATEX commands, except for \chapterauthors
.
\chapterauthors
takes as an argument a list of authors, separated by the command \\
.
Each author should have a footnote which specifies their institution.
As a side-effect of this command, the chapter name and the names of the authors will be placed in the running heads automatically.